home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM41 / TFORM41.txt < prev   
Text File  |  1996-10-22  |  3KB  |  163 lines

  1. object Form41: TForm41
  2.   Left = 211
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Basefont'
  7.   ClientHeight = 176
  8.   ClientWidth = 262
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 18
  20.     Top = 10
  21.     Width = 237
  22.     Height = 135
  23.   end
  24.   object Label1: TLabel
  25.     Left = 42
  26.     Top = 24
  27.     Width = 42
  28.     Height = 13
  29.     Caption = 'Fontsize:'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 42
  33.     Top = 48
  34.     Width = 27
  35.     Height = 13
  36.     Caption = 'Color:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 42
  40.     Top = 72
  41.     Width = 27
  42.     Height = 13
  43.     Caption = 'Face:'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 42
  47.     Top = 96
  48.     Width = 42
  49.     Height = 13
  50.     Caption = 'Alt. face:'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 42
  54.     Top = 120
  55.     Width = 42
  56.     Height = 13
  57.     Caption = 'Alt. face:'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 0
  61.     Top = 10
  62.     Width = 17
  63.     Height = 14
  64.     Caption = 'aBc'
  65.     Font.Color = clNavy
  66.     Font.Height = -11
  67.     Font.Name = 'Times New Roman'
  68.     Font.Style = []
  69.     ParentFont = False
  70.   end
  71.   object Image10: TImage
  72.     Left = 19
  73.     Top = 46
  74.     Width = 17
  75.     Height = 16
  76.     AutoSize = True
  77.     Picture.Data = {<image000.bmp>}
  78.   end
  79.   object ComboBox1: TComboBox
  80.     Left = 88
  81.     Top = 16
  82.     Width = 113
  83.     Height = 21
  84.     ItemHeight = 13
  85.     Items.Strings = (
  86.       '7'
  87.       '6'
  88.       '5'
  89.       '4'
  90.       '3'
  91.       '2'
  92.       '1')
  93.     TabOrder = 0
  94.   end
  95.   object FnpComboColor1: TFnpComboColor
  96.     Left = 88
  97.     Top = 40
  98.     Width = 113
  99.     Height = 22
  100.     ItemHeight = 16
  101.     TabOrder = 1
  102.     SortBy = ccsColor
  103.   end
  104.   object ComboBox2: TComboBox
  105.     Left = 88
  106.     Top = 64
  107.     Width = 161
  108.     Height = 21
  109.     ItemHeight = 13
  110.     TabOrder = 2
  111.   end
  112.   object ComboBox3: TComboBox
  113.     Left = 88
  114.     Top = 88
  115.     Width = 161
  116.     Height = 21
  117.     ItemHeight = 13
  118.     TabOrder = 3
  119.   end
  120.   object ComboBox4: TComboBox
  121.     Left = 88
  122.     Top = 112
  123.     Width = 161
  124.     Height = 21
  125.     ItemHeight = 13
  126.     TabOrder = 4
  127.   end
  128.   object Button5: TButton
  129.     Left = 206
  130.     Top = 40
  131.     Width = 19
  132.     Height = 19
  133.     Caption = '...'
  134.     TabOrder = 5
  135.     OnClick = Button5Click
  136.   end
  137.   object Button2: TButton
  138.     Left = 112
  139.     Top = 152
  140.     Width = 65
  141.     Height = 23
  142.     Caption = 'Ok'
  143.     Default = True
  144.     TabOrder = 6
  145.     OnClick = Button2Click
  146.   end
  147.   object Button3: TButton
  148.     Left = 192
  149.     Top = 152
  150.     Width = 67
  151.     Height = 23
  152.     Cancel = True
  153.     Caption = 'Cancel'
  154.     TabOrder = 7
  155.     OnClick = Button3Click
  156.   end
  157.   object ColorDialog1: TColorDialog
  158.     Ctl3D = True
  159.     Left = 48
  160.     Top = 152
  161.   end
  162. end
  163.